10. Quiz: Select

The __ statement is used to search for data in a database.

SOLUTION: SELECT

The __ statement is used to add data to a database table.

SOLUTION: INSERT

The __ statement is used to modify data in a database table.

SOLUTION: UPDATE

The __ statement is used to remove data from a database table.

SOLUTION: DELETE

DAO stands for….

SOLUTION: Data Access Object